list structure meaning in Chinese
带状结构
列表结构
Examples
- The objects are stored behind the list structure
对象存储在链表结构背后。 - We can now modify our script further to read these machine names into a list structure , and connect to the registries of each one in turn
现在我们可以进一步修改脚本以把这些机器名读取到一个列表结构中,并轮流连接到每台机器的注册表。 - Note , though , that if you added elements to the end of the list rather than to the front , you would be directly modifying the list structure itself
不过,要注意的是,如果将元素添加到列表的末尾而不是添加到最前面,那么您将会直接修改链表结构本身。 - This solution defines the class clist as a class derived from the list structure and it stores a single destructor value to handle a single stored type
本解决方案将clist类定义为从list结构导出的一个类,它通过存储解除函数的单个值来处理单个存储类型。 - It may appear that the list structure can handle only linearly sequenced values , but they can also handle " inverted trees " by using shared sublists - this is not what i m discussing here
可能看起来列表结构只能处理线性排列的值,但是,通过使用共享子列表,它们也可以处理“反转树( inverted tree ) ”在这里我没有对这一内容进行讨论。